home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / binutils.252 / binutils / sysinfo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-02  |  176 b   |  14 lines

  1. typedef union {
  2.  int i;
  3.  char *s;
  4. } YYSTYPE;
  5. #define    COND    258
  6. #define    REPEAT    259
  7. #define    TYPE    260
  8. #define    NAME    261
  9. #define    NUMBER    262
  10. #define    UNIT    263
  11.  
  12.  
  13. extern YYSTYPE yylval;
  14.